Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate RPM package #2200

Merged
merged 6 commits into from
Jan 14, 2019
Merged

Generate RPM package #2200

merged 6 commits into from
Jan 14, 2019

Conversation

devinbileck
Copy link
Member

An RPM package is now generated as part of the Linux packaging script.
The packaging script can be run on any Debian or Redhat based
system and will generate both a deb and rpm package.

Resolves #401

An RPM package is now generated as part of the Linux packaging script.
The packaging script can be run on any Debian or Redhat based
system and will generate both a deb and rpm package.

Resolves bisq-network#401
@devinbileck
Copy link
Member Author

This is pending on #2190 to be approved and merged.

@ManfredKarrer ManfredKarrer removed their request for review January 5, 2019 15:14
Copy link
Contributor

@ripcurlx ripcurlx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@devinbileck Now as the linux build scripts are merged, could you please resolve the conflict and I'll merge the PR.

…m-package

# Conflicts:
#	desktop/package/linux/package.sh
#	desktop/package/linux/release.sh
…m-package

# Conflicts:
#	desktop/package/linux/package.sh
#	desktop/package/linux/rpm.sh
@devinbileck
Copy link
Member Author

@ripcurlx please take a look now.

@devinbileck devinbileck changed the title [WIP] Generate RPM package Generate RPM package Jan 8, 2019
@ripcurlx
Copy link
Contributor

@devinbileck Can you please resolve the conflicts and I'm happy to review and merge. 😄

devinbileck and others added 2 commits January 11, 2019 11:36
…m-package

# Conflicts:
#	desktop/package/linux/package.sh
#	desktop/package/linux/rpm.sh
# Conflicts:
#	desktop/package/linux/package.sh
@ripcurlx
Copy link
Contributor

@devinbileck I've merged the last part which was necessary because of another approved PR.

@ripcurlx ripcurlx merged commit 1ab60f2 into bisq-network:master Jan 14, 2019
@devinbileck devinbileck deleted the rpm-package branch January 14, 2019 17:14
devinbileck added a commit to devinbileck/bisq that referenced this pull request Feb 17, 2019
Currently, the download update task will download the deb package for
any Linux distribution. Not only is this incorrect, but now that we are
able to provide an rpm package (see bisq-network#2200), the download update task
needs to be able to differentiate Linux distributions and provide
the appropriate package.

The download update task will now differentiate between Debian and
RedHat based distributions (the two distributions for which we have an
install package) and download the appropriate package.

In addition, the isSupportedOS method was changed to exclusively check
for Debian and RedHat based distributions, as opposed to just Linux in
general. This means that any other distribution will encounter the
following error, which seems appropriate:

> Unable to determine the correct installer. Please download and verify
manually at https://bisq.network/downloads
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants